feat(container): update image ghcr.io/autobrr/autobrr ( v1.81.0 ➔ v1.83.0 ) - #8014
Open
lumiere-bot[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/autobrr/autobrr ( v1.81.0 ➔ v1.83.0 )#8014lumiere-bot[bot] wants to merge 1 commit into
lumiere-bot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
--- HelmRelease: media/autobrr Deployment: media/autobrr
+++ HelmRelease: media/autobrr Deployment: media/autobrr
@@ -57,13 +57,13 @@
value: '9094'
- name: AUTOBRR__PORT
value: '80'
envFrom:
- secretRef:
name: autobrr-secret
- image: ghcr.io/autobrr/autobrr:v1.81.0@sha256:491e3e1a81fe5ced6b542621e49985d0dea58d23257684b0b19d881761736303
+ image: ghcr.io/autobrr/autobrr:v1.83.0@sha256:7e8ce4ec9397685762dc7d8426c976cb15bd36522fac91dfd3648a4c57c6d358
livenessProbe:
failureThreshold: 5
initialDelaySeconds: 0
periodSeconds: 30
tcpSocket:
port: 80 |
Contributor
Author
--- kubernetes/apps/media/autobrr/app Kustomization: media/autobrr HelmRelease: media/autobrr
+++ kubernetes/apps/media/autobrr/app Kustomization: media/autobrr HelmRelease: media/autobrr
@@ -41,13 +41,13 @@
AUTOBRR__PORT: 80
envFrom:
- secretRef:
name: '{{ .Release.Name }}-secret'
image:
repository: ghcr.io/autobrr/autobrr
- tag: v1.81.0@sha256:491e3e1a81fe5ced6b542621e49985d0dea58d23257684b0b19d881761736303
+ tag: v1.83.0@sha256:7e8ce4ec9397685762dc7d8426c976cb15bd36522fac91dfd3648a4c57c6d358
probes:
liveness:
enabled: true
spec:
failureThreshold: 5
periodSeconds: 30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.81.0→v1.83.0Release Notes
autobrr/autobrr (ghcr.io/autobrr/autobrr)
v1.83.0Compare Source
Changelog
New Features
3dd1ac2: feat(clients): add aria2 support (#2548) (@zze0s)f4b43a0: feat(filters): batch external filter lookup (#2546) (@zze0s)eaa7d7a: feat(filters): update Perfect FLAC to match RED/OPS definition (#2534) (@zze0s)64fad02: feat(indexers): update TorrentHR for UNIT3D migration (#2531) (@chorijan)d8f0ed5: feat(lists): add Whisparr v3 support and fix list refresh panic (#2544) (@zze0s)8bc2a4d: feat(logs): add trace id from announce to action and improved structured logging (#2533) (@zze0s)ad6bb59: feat(releases): keep torrent in memory and only write a file when needed (#840) (@KyleSanderson)963a788: feat(releases): replace anacrolix/torrent with autobrr/go-torrent (#2535) (@zze0s)ee00fbe: feat(tests): implement E2E test suite (#1099) (@zze0s)Bug fixes
ddd4172: fix(actions): treat invalid arr download client responses as errors (#2222) (@s0up4200)97e2c40: fix(docs): parse v2 definitions in indexer docs generator (#2542) (@zze0s)190ea17: fix(feeds): empty imdb id handling (#2539) (@zze0s)3267cd1: fix(feeds): resolve magnet links from torznab magneturl (#2547) (@zze0s)b0d1260: fix(feeds): stagger scheduled runs and store cache items synchronously (#2271) (@zze0s)99c67bc: fix(irc): attempt NickServ IDENTIFY with account on failure (#2540) (@zze0s)e1b917b: fix(irc): keep live updates in sync with history when skipping message cleaning (#2538) (@zze0s)c7f186f: fix(web): replace HeadlessUI slide-overs with non-modal Base UI drawers (#2537) (@zze0s)Other work
ce12917: build(deps): bump actions/setup-python from 6 to 7 in the github group (#2541) (@dependabot[bot])54b2b9f: build(deps): bump the github group with 2 updates (#2529) (@dependabot[bot])1372773: perf(indexers): cache announce templates and stop allocating errors on misses (#2545) (@zze0s)d226198: refactor(logger): drop the wrapper and improve log sanitizing (#2543) (@zze0s)v1.82.1Compare Source
Changelog
Bug fixes
c2ea77c: fix(indexers): GGn IRC parser (#2519) (@zze0s)v1.82.0Compare Source
Changelog
New Features
038bdae: feat(config): align defaults with README.md (#2509) (@Nomsplease)ecd9404: feat(indexers): definition v2 format (#2502) (@zze0s)1ce6e23: feat(indexers): DigitalCore add alt url (#2514) (@zze0s)80438a1: feat(indexers): add DasUnerwartete (#2493) (@zze0s)8351c25: feat(indexers): make NickServ optional and channel password required for BIT-HDTV (#2498) (@arjunrn)4c0af81: feat(irc): optionally skip message cleaning (#2518) (@zze0s)6ea6d3b: feat(irc): resilient connection & channel handling with improved auto-recover (#1709) (@zze0s)df05742: feat(macros): add MetaTMDB field (#2517) (@zze0s)4ede20f: feat(releases): support type in release search (#2512) (@nuxencs)Bug fixes
2037950: fix(indexers): DasUnerwartete key settings and NickServ auth (#2516) (@martylukyy)04ba5cc: fix(irc): announce processor channel lookup order (#2510) (@zze0s)Other work
c08a459: build(deps): add workflow to update language versions (#2499) (@zze0s)437ccf9: build(deps): bump Go to 1.26 (#2497) (@zze0s)9b255eb: build(deps): bump rls to v0.8.1 (#2496) (@zze0s)9d3205c: build(deps): bump the npm group in /web with 18 updates (#2501) (@dependabot[bot])1de8f10: chore: update PR template and add agent guidelines (#2513) (@zze0s)0297ba8: refactor(backend): return structs and accept interfaces (#2504) (@zze0s)Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.